This page last changed on Apr 18, 2005 by rossmason.

Deploying Mule to Weblogic

The following describes how to deploy the Mule JCA Resource Adapter to the Weblogic application server allowing EJBs to send and receive Mule events.

TODO

Jms Configuration

The configuration shown is for Weblogic 8.1 but should work with previous versions.

<connector name="jmsConnector" className="org.mule.providers.jms.JmsConnector">
    <properties>	    
        <property name="specification" value="1.0.2b"/>
        <property name="connectionFactoryJndiName"
            value="yourConnectionFactory" />
        <property name="jndiInitialFactory" 
	   value="weblogic.jndi.WLInitialContextFactory"/>
        <property name="jndiProviderUrl" value="t3://localhost:7001"/>
    </properties>
</connector>
Document generated by Confluence on Nov 27, 2006 10:27